home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / Sample Code / Snippets / Development Tools & Languages / Eenie / IncludeFiles.h < prev    next >
Encoding:
Text File  |  1992-07-15  |  2.1 KB  |  153 lines  |  [TEXT/MPS ]

  1. // IncludeFiles.h ---------------------------------------------
  2. // Copyright © 1991 by Apple Computer, Inc. All rights reserved.
  3.  
  4.  
  5. #pragma once
  6.  
  7. #ifndef __TYPES__
  8. #include <Types.h>
  9. #endif
  10.  
  11. #ifndef __MACAPPTYPES__
  12. #include <MacAppTypes.h>
  13. #endif
  14.  
  15. #ifndef __MEMORY__
  16. #include <Memory.h>
  17. #endif
  18.  
  19. #ifndef __UOBJECT__
  20. #include <UObject.h>
  21. #endif
  22.  
  23. #ifndef __ULIST__
  24. #include <UList.h>
  25. #endif
  26.  
  27. #ifndef __APPLEEVENTS__
  28. #include <AppleEvents.h>
  29. #endif
  30.  
  31. #ifndef __UEVENT__
  32. #include <UEvent.h>
  33. #endif
  34.  
  35. #ifndef __UCOMMAND__
  36. #include <UCommand.h>
  37. #endif
  38.  
  39. #ifndef __EDITIONS__
  40. #include <Editions.h>
  41. #endif
  42.  
  43. #ifndef __SCRAP__
  44. #include <Scrap.h>
  45. #endif
  46.  
  47.  
  48. #ifndef __DIALOGS__
  49. #include <Dialogs.h>
  50. #endif
  51.  
  52. #ifndef __UEVTHANDLER__
  53. #include <UEventHandler.h>
  54. #endif
  55.  
  56. #ifndef __UAPPLICATION__
  57. #include <UApplication.h>
  58. #endif
  59.  
  60. #ifndef __UDOCUMENT__
  61. #include <UDocument.h>
  62. #endif
  63.  
  64. #ifndef __BALLOONS__
  65. #include <Balloons.h>
  66. #endif
  67.  
  68. #ifndef __UVIEW__
  69. #include <UView.h>
  70. #endif
  71.  
  72. #ifndef __UWINDOW__
  73. #include <UWindow.h>
  74. #endif
  75.  
  76. #ifndef __UPRINTHANDLER__
  77. #include <UPrintHandler.h>
  78. #endif
  79.  
  80. #ifndef __UFAILURE__
  81. #include <UFailure.h>
  82. #endif
  83.  
  84. #ifndef __UGEOMETRY__
  85. #include <UGeometry.h>
  86. #endif
  87.  
  88. #ifndef __UMACAPPUTILITIES__
  89. #include <UMacAppUtilities.h>
  90. #endif
  91.  
  92. #ifndef __MENUS__
  93. #include <Menus.h>
  94. #endif
  95.  
  96. #ifndef __UMENUMGR__
  97. #include <UMenuMgr.h>
  98. #endif
  99.  
  100. #ifndef __UPATCH__
  101. #include <UPatch.h>
  102. #endif
  103.  
  104. #ifndef __UMACAPPGLOBALS__
  105. #include <UMacAppGlobals.h>
  106. #endif
  107.  
  108. #ifndef __UFILEBASEDDOCUMENT__
  109. #include <UFileBasedDocument.h>
  110. #endif
  111.  
  112. #ifndef __UDRAWINGENVIRONMENT__
  113. #include <UDrawingEnvironment.h>
  114. #endif
  115.  
  116. #ifndef __UPRINTING__
  117. #include <UPrinting.h>
  118. #endif
  119.  
  120. #ifndef __PRINTING__
  121. #include <Printing.h>
  122. #endif
  123.  
  124. #ifndef __FONTS__
  125. #include <Fonts.h>
  126. #endif
  127.  
  128. #ifndef __PACKAGES__
  129. #include <Packages.h>
  130. #endif
  131.  
  132. #ifndef __TOOLUTILS__
  133. #include <ToolUtils.h>
  134. #endif
  135.  
  136. #ifndef __UERRORMGR__
  137. #include <UErrorMgr.h>
  138. #endif
  139. #ifndef __UTEAROFFMENUVIEW__
  140. #include <UTearOffMenuView.h>
  141. #endif
  142.  
  143. #ifndef __UFLOATWINDOW__
  144. #include <UFloatWindow.h>
  145. #endif
  146.  
  147. #ifndef __EENIEREZ__
  148. #include <EenieRez.h>
  149. #endif
  150.  
  151. #ifndef __UDIALOG__
  152. #include <UDialog.h>
  153. #endif